home *** CD-ROM | disk | FTP | other *** search
- #Script FollowUp
- #Arg Article File:
- #if "%0%"=""
- #error Must specify an article file to followup to
- #endif
- #Output edit
- #get_header %0%
- #if "%rgroup%" LEFT 5 = "Email"
- #error Can not followup to an Email group
- #endif
- #if "%rgroup%" = "poster"
- To: %rto%
- #else
- Newsgroups: %rgroup%
- #endif
- Subject: %rsubj%
- Keywords:
- References: %ref%
- #if "%replyto%"<>""
- Reply-To: %replyto%
- #endif
- #if "%hdr_distribution%"<>""
- Distribution: %hdr_distribution%
- #endif
- Organisation: %org%
- X-Newsreader: Archimedes ReadNews
-
- #if %quote_flag%
- In article %hdr_message-id%
- %hdr_from% writes:
-
- #include %0% -quote -qrot13 -noheader
- #endif
- #if %sig_flag% AND "%sig_file%">""
- #include %sig_file%
- #endif
-